home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / cug317.zip / READ.ME < prev    next >
Text File  |  1990-06-18  |  3KB  |  76 lines

  1. $Id: read.me 1.2 90/06/09 18:28:33 marking Exp $
  2.  
  3. Files
  4.  
  5.     builddec.c    build group 3 and group 4 decoding tables
  6.     g3g4.h        definitions for groups 3 and 4 decoding
  7.     g3sdecod.c    routines to decode group 3 images using if statements
  8.     g3sencod.c    routines to encode group 3 images using if statements
  9.     g3tdecod.c    routines using tables to decode group 3 images
  10.     g4sencod.c    routines to encode group 4 images using if statements
  11.     g4sdecod.c    routines to decode group 4 images using if statements
  12.     g4tdecod.c    routines using tables to decode group 4 images
  13.     gnencode.c    utilities for the encode routines
  14.     read.me        this file
  15.  
  16. Remarks
  17.  
  18.     This is the first release of the g3g4 utilities. Work in progress
  19.     to enhance the capabilities of the toolkit includes table encoding
  20.     of group 3 and group 4 images, and some optimization.
  21.  
  22.     A tiff toolkit is also being prepared. Although the routines in this
  23.     collection can be used with g3 and g4 images in tiff files, they
  24.     have no provision for handling the structure of the files themselves.
  25.     The future tiff toolkit will add those features.
  26.  
  27.     Note that the calling sequence of the user-provided support routines
  28.     differs slightly from that indicated in the C Users Journal article.
  29.     The versions here make indirect calls using pointers, so that at
  30.     one time one input routine might be used, and at other times another.
  31.     This allows considerably more flexible usage, since the source of
  32.     the file can be changed without relinking. The names have been
  33.     changed a little to prevent inadvertent use of the old method.
  34.  
  35. Legal
  36.     Copyright 1989, 1990 Michael P. Marking, Post Office Box 8039,
  37.     Scottsdale, Arizona 85252-8039. All rights reserved.
  38.  
  39.     License is granted by the copyright holder to distribute and use this
  40.     code without payment of royalties or the necessity of notification as
  41.     long as this notice (all the text under "LEGAL") is included.
  42.  
  43.     Reference: $Id: read.me 1.2 90/06/09 18:28:33 marking Exp $
  44.  
  45.     This program is offered without any warranty of any kind. It includes
  46.     no warranty of merchantability or fitness for any purpose. Testing and
  47.     suitability for any use are the sole responsibility of the user.
  48.  
  49. Information
  50.     Although there is no support offered with these programs, the author
  51.     will endeavor to correct errors. Updates will also be made available
  52.     from time to time.
  53.  
  54.     Contact: Michael P. Marking, Post Office Box 8039, Scottsdale, Arizona
  55.     85252-8039 USA. Replies are not guaranteed to be swift. Beginning
  56.     July 1990, e-mail may be sent to uunet!ipel!marking.
  57.  
  58.     Also beginning in July 1990, this code will be archived at the
  59.     ipel!phoenix BBS in file g3g4.zoo. The 24-hour telephone number
  60.     for 300/1200/2400 is (602)274-0462. When logging in, specify user
  61.     "public", system "bbs", and password "public".
  62.  
  63.     This code is also available from the C Users Group in volume 317.
  64.  
  65. History
  66.  
  67. $Log:    read.me $
  68. \" Revision 1.2  90/06/09  18:28:33  marking
  69. \" update for release
  70. \" 
  71. \" Revision 1.1  89/06/09  17:56:42  marking
  72. \" Initial revision
  73. \" 
  74.  
  75. -- end read.me
  76.